home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
wais
/
ui
/
wais.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-05-09
|
1KB
|
53 lines
/* WIDE AREA INFORMATION SERVER SOFTWARE:
No guarantees or restrictions. See the readme file for the full standard
disclaimer.
This is part of the shell user-interface for the WAIS software. Do with it
as you please.
jonathan@Think.COM
* $Log: wais.h,v $
* Revision 1.9 92/04/30 12:23:55 jonathan
* Removed redundant includes.
*
* Revision 1.8 92/03/17 14:31:44 jonathan
* Generally cleaned up.
*
* Revision 1.7 92/03/06 14:51:43 jonathan
* Added sdir and cdir for source loading.
*
* Revision 1.6 92/02/15 19:50:24 jonathan
* Removed old cruft. Added $Log for RCS
*
*/
#ifndef _H_WAIS
#define _H_WAIS
/* usefull definitions */
#define STRINGSIZE 256
#include <ctype.h>
#include <sys/types.h>
#include <sys/stat.h>
/* from the IR directory */
#include <cutil.h>
#include <irdirent.h>
#include <ui.h>
#include <irfileio.h>
#include <sockets.h>
/* for this application */
#include "list.h"
#include "source.h"
#include "document.h"
#include "question.h"
#include "wais-ui.h"
#endif